CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 随机数 生成

搜索资源列表

  1. newran02.tar.gz

    0下载:
  2. 随机数生成程序
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:38574
    • 提供者:
  1. mt19937int.c

    0下载:
  2. 伪随机数生成算法,很优秀,32位int-pseudo-random number generation algorithms, excellent, 32 int
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2243
    • 提供者:张清之
  1. mt19937-1.c

    0下载:
  2. 伪随机数生成算法,很优秀,32位real-pseudo-random number generation algorithms, excellent, 32 real
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2329
    • 提供者:张清之
  1. mt19937-2.c

    0下载:
  2. 伪随机数生成算法,很优秀,double 0-1-pseudo-random number generator algorithm, very good, double 0-1
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2336
    • 提供者:张清之
  1. random_nor_eve

    1下载:
  2. 用VC++6实现的一个伪随机数生成演示程序源码,包含了正态分布随机数生成和平均分布随机数两种生成方式。-VC 6 achieved a pseudo-random number generator demonstration program source code, including the normal random number generation and distribution of random numbers generated both ways.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:23441
    • 提供者:黄亮
  1. C++常用算法之2随机数生成

    0下载:
  2. 是《计算机常用数值计算算法与程序 C++版》一书的配套代码,每个源程序文件的文件扩展名都使用.cpp形式。这些C++程序已经在微软公司Windows 平台下的Virsual C++ 6.0环境下通过-is "commonly used computer numerical algorithms and procedures C version," a book supporting code, each source document file extensions are
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:18196
    • 提供者:潘杰
  1. (1)

    0下载:
  2. 1、 用随机数生成的方式(要求用户输入随机数)产生一个迷宫:“1”表示墙,“0”表示路,最后的路径用“8”表示,若没有路径则打印报文,若有路径则打印出路径。 2、 通过堆栈及判断实现迷宫的自动寻找路径功能 -1, the random number generator of (requiring user input random number) produces a maze : "a" Wall said, "0" Lu said, the f
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:38460
    • 提供者:毅君
  1. 生成随机数

    0下载:
  2. 给顶随机数的范围,生成三个不同的随机器整数或实数!-to the top of the random number, generated three different random-integer or real!
  3. 所属分类:组合框控件

    • 发布日期:2008-10-13
    • 文件大小:171947
    • 提供者:刘义洲
  1. 随机数的生成

    0下载:
  2. C++程序实现的各种随机数的生成程序。-C program of random number generation procedures.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:24019
    • 提供者:李一
  1. OpenSSL随机数

    0下载:
  2. Openssl维护一个内部随机状态数据(md_rand.c中定义的全局变量state和md),通过对这些内部数据计算摘要来生成随机数。(Openssl maintains an internal state of random data (global variables state and MD defined in md_rand.c), through the calculation of the internal data of the generated random number.)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-04
    • 文件大小:12134400
    • 提供者:大江丶
  1. 选择困难症治愈器v2.0

    0下载:
  2. linux下的随机数生成,并且给随机数赋予实际意义,以实现“选择困难症患者的治愈”(The random number generated under Linux, and give the random number to give practical significance, in order to achieve the cure of patients with difficult choice")
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:1024
    • 提供者:OSWALDZ
  1. datasave random

    0下载:
  2. 将仿真数据写入TXT文档,是几个函数重载的文件;还有做信道损耗计算的时候需要用到的一些随机数生成函数。(write systemlevel simulation data into txt,in c++,some random number function)
  3. 所属分类:3G/4G开发

  1. 泊松随机数

    0下载:
  2. 用matlab生成服从泊松分布的随机数,为信号分析提供一个函数模块(Using matlab to generate the random number of poisson distribution, provide a function module for signal analysis)
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:114688
    • 提供者:uuu就是
  1. C语言作业

    0下载:
  2. 整理了一些算法包括随机数生成素数穷举判断(helloeveryone this is C++progress)
  3. 所属分类:数学计算

    • 发布日期:2018-04-20
    • 文件大小:5120
    • 提供者:a389071432
  1. WindowsFormsApplication1

    0下载:
  2. 一个简单的随机数生成,猜数字游戏。包括了用户界面的控件数据读写,随机数生成等简易功能。压缩包为整个项目文件,用VS2015以上版本导入直接打开即可(A simple random number generation, guessing digital games. It includes simple functions such as data reading and writing of the user interface, random number generation and so
  3. 所属分类:C#编程

    • 发布日期:2018-04-28
    • 文件大小:41984
    • 提供者:Jacky喵
  1. 明明的随机数

    0下载:
  2. 明明想在学校中请一些同学一起做一项问卷调查,为了实验的客观性,他先用计算机生成了N个1到1000之间的随机整数(N≤1000),对于其中重复的数字,只保留一个,把其余相同的数去掉,不同的数对应着不同的学生的学号。然后再把这些数从小到大排序,按照排好的顺序去找同学做调查。请你协助明明完成“去重”与“排序”的工作。(I want to ask some students to do a questionnaire in the school. For the objective of the exp
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:1716224
    • 提供者:505爱夏
  1. 随机数产生排队论

    0下载:
  2. 通过生成随机数的形式确定到达时间间隔和服务时间间隔,输出相应的排队论参数(The arrival time interval and service interval are determined by generating random numbers, and the corresponding queuing theory parameters are output.)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:1024
    • 提供者:王二傻呀
  1. 决策树-判断隐形眼镜的类型

    0下载:
  2. 使用python实现的利用随机数生成算法对一个实例,判断隐形眼镜类型的分类问题进行解决。(Use python and random decision tree algorithm to solve the classification problem)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-06
    • 文件大小:9216
    • 提供者:richugh
  1. C#生成正态分布数

    2下载:
  2. 用C#生成符合正态分布数,并在界面进行显示(Using C# to generate normal distribution numbers, and display them at the interface.)
  3. 所属分类:其他

    • 发布日期:2019-01-27
    • 文件大小:57344
    • 提供者:xiaolousine
  1. 随机数组增序排列

    0下载:
  2. 1.程序使用VS2010 C#编写的控制台程式 2.具有生成随机数,随机数列排序的功能
  3. 所属分类:源码下载

    • 发布日期:2019-05-13
    • 文件大小:49222
    • 提供者:15038002060
« 1 2 34 5 6 7 8 9 10 ... 38 »
搜珍网 www.dssz.com